home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / rename_object < prev    next >
Text File  |  2001-04-06  |  378b  |  14 lines

  1. SYNOPSIS
  2.         void rename_object (object ob, string new_name);
  3.  
  4. DESCRIPTION
  5.         Give the current object a new object_name. Causes a privilege
  6.         violation. The new name must not contain a # character, except
  7.         at the end, to avoid confusion with clone numbers.
  8.  
  9. HISTORY
  10.         Introduced in 3.2@55.
  11.  
  12. SEE ALSO
  13.         creator(E), object_name(E), load_name(E).
  14.